KeyedCollection.containsChanges

Read-only property telling if this contains changes.

mixintemplate KeyedCollection(T)
final @property const nothrow pure @safe @nogc
bool
containsChanges
()

Return Value

Type: bool

true if this contains changes.

Meta